home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00012_Script_12 < prev    next >
Text File  |  2001-04-13  |  194b  |  7 lines

  1. on mouseLeave
  2.   if the name of the member of the mousecast <> -1 then
  3.     if the name of the member of the mousecast <> "tools_n" then sprite(100).visible = 0
  4.     updatestage
  5.   end if
  6. end
  7.